public interface StructuredTextWalker
Modifier and Type | Method and Description |
---|---|
void |
beginLine(Rect bbox,
int wmode) |
void |
beginTextBlock(Rect bbox) |
void |
endLine() |
void |
endTextBlock() |
void |
onChar(int c,
Point origin,
Font font,
float size,
Quad q) |
void |
onImageBlock(Rect bbox,
Matrix transform,
Image image) |